Here is my python code (client side) : import requests import json import datetime headers = {'Content-type': 'application/json',"Authorization":"Bearer MYRE
I am working with Python's lxml and signxml to generate an xml file and sign it with a pem certificate and private key. I am also required to validate the signe
In flow, is it possible to define an exact object type, where the keys are also types? In typescript you can accomplish this using strings, like... export const
I'm trying to make the text in the email that is sent to the admin all caps. I have gotten all caps to work, but the placeholders ([first-name], [last-name], [e
I am trying to get the rows with Criteria JPA: my relation is: class Photo { ... @ManyToOne(fetch = FetchType.EAGER) @JoinColumn(name = "GALLERY_ID", r
My apologies that my post is to seek for suggestions/solutions but not particularly on the scripts problem itself. Unfortunately i am not sure where else i can
Hello I'm using VueJS 2 and I have multiple .env in my project. My app have .env for each company to select the company configuration (skin color / files...) Ac
I'm trying to figure out how to mock calls to the auth0 authentication backend when testing a next js app with React Testing Library. I'm using auth0/nextjs-aut